home *** CD-ROM | disk | FTP | other *** search
/ The Amazing Spectacular Ordinary Bottle / The Amazing Spectacular Ordinary Bottle.iso / pc / install.dat < prev    next >
Text File  |  1994-09-11  |  8KB  |  233 lines

  1. @DefineProject
  2.     @Name = "Visionary Media CD ROM"
  3.     @Version = "1.0.1"
  4.     @Immediate = 1
  5.     @InDiskBell = 1
  6.     @Subdir = "\\QTW"
  7.     @OutDrive = C
  8.     @Group = "Q"
  9. @EndProject
  10. @DefineVars
  11.     @Dir @Player = "VMCD"
  12.     @Dir @WinDir = "WINDOWS"
  13.     @Dir @SecondDir = "BIN"
  14.     @Integer @BLUE = @RGB(0,0,255)
  15.     @Integer @DARK = @RGB(0,0,0)
  16. @EndVars
  17. @BackgroundMode(3,@BLUE,@DARK)
  18. BEGIN:
  19. @Display
  20.     @Cls
  21.     This program will install the player application, VMCD.EXE, on a
  22.     hard drive of your computer system as well as the files needed for
  23.     QuickTime for Windows(tm) version 1.1.1.
  24.  
  25.     If you already have a VMCD.EXE player application on your drive,
  26.     you may skip this installation process.
  27.  
  28.     If you already have QuickTime for Windows, you may select to install
  29.     only the player application.
  30.  
  31.     You may press the [Esc] key at any time to abort the installation.
  32.  
  33.     We recommend the following minimum configuration:
  34.     1.  At least a 80386 processor running at 25MHz.
  35.     2.  Windows 3.1 is mandatory.
  36.     3.  SUPER VGA graphics (256 colors).
  37.     4.  4 megabytes of RAM memory with Virtual Memory turned on.
  38.     5.  SmartDrive enabled.
  39.     6.  A sound board.
  40.     @Pause
  41. @EndDisplay
  42. @Display
  43.     @Cls
  44.       QuickTime for Windows will be installed as it's needed for 
  45.     the interactive book to function correctly (If you already have QuickTime
  46.     for WIndows, you my skip this installation). We will need to add a path
  47.     to your AUTOEXEC.BAT file, however, you will be given the choice to add
  48.     the path automatically, or copy the needed change and do it yourself.
  49.     Also, a QTW.INI file will be added to your "Windows" directory, thus
  50.     You will need to restart DOS and Windows after the installer finishes.
  51.  
  52.       The interactive book has built in video instructions where
  53.     you will find basic operational instructions that even adults
  54.     can understand.
  55.  
  56.        If you have any trouble, contact Visionary Media at our on-line
  57.     tech support area of CompuServe, GO COMART, Section 16 - Visionary Media.
  58.     @Pause
  59. @EndDisplay
  60. @GetGroups
  61.     
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.        First, we need to know if you already have QuickTime for
  72.     Windows installed. Use the mouse to select your option.
  73.  
  74.        If you do have QuickTime Installed and you experience problems
  75.     with the interactive book, we highly recommend that you re-install
  76.     the QuickTime files with this installer.
  77.  
  78.        If you're not certain if QuickTime is installed, then you may
  79.     exit to take a look at your current set up.
  80.     @Set Q = "NO - I DO NOT have QuickTime - Install QuickTime"
  81.     @Set N = "YES - I do have QuickTime - Install the player ONLY"
  82.     @Set X = "HUH? - I'm not sure, let me go check my set up."
  83.     @SET W = "WAIT A MINUTE! - Let me start over from the top."
  84. @EndGroups
  85. @If (W [= @Group)
  86.     @GoTo BEGIN
  87. @EndIf
  88. @If (X [= @Group)
  89.     @Display
  90.         @Cls
  91.            Ok, we'll stop for now and let you verify the installation
  92.         of QuickTime for Windows. Look for the Directory QTW on one
  93.         of your drives. It will most likely be installed on the same
  94.         volume as Windows. Also, you may want to verify the presence
  95.         of the QTW.INI in the Windows Directory and the correct DOS
  96.         PATH in the AUTOEXEC.BAT file pointing to the location of
  97.         the QuickTime directory and .DLL files location.
  98.  
  99.            If you've discovered the QuickTime files, but feel they are
  100.         somewhat old, you may want to choose the installation of our
  101.         QuickTime files as they are the most current
  102.  
  103.            If you have any trouble, contact Visionary Media at
  104.         (716) 874-1491 or post a message in our on-line tech support
  105.         area of CompuServe, GO COMART, Section 16 - Visionary Media.
  106.         @Pause
  107.     @EndDisplay
  108.     @Abort
  109. @EndIf
  110. @GetOutDrive @OutDrive
  111.     @Suppress (A)
  112.     @Suppress (B)
  113.     @Cls
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.     On which disk drive is Windows installed? We will
  122.     install all the files here.
  123. @EndOutDrive
  124. @If (N [= @Group)
  125.     @Display
  126.         @Cls
  127.            You have selected not to install QuickTime.
  128.         The QuickTime files will not be installed and no
  129.         modification will be made to your AUTOEXEC.BAT.
  130.  
  131.            This installer will install the main application file in
  132.         @OutDrive:\VMCD. If you rename or move any of the
  133.         directories, please be certain that you do not remove
  134.         any of the files.
  135.  
  136.            Installation of the files will now begin,
  137.         this may take up to 4 minutes depending on the
  138.         speed of your hard drive and CD ROM drive.
  139.         @Pause
  140.     @EndDisplay
  141. @EndIf
  142. @IF (Q [= @Group)
  143.     @Display
  144.         @Cls
  145.            This installer will install the main application files in
  146.         @OutDrive:\VMCD. If you rename or move any of the 
  147.         directories, please be certain that you do not remove
  148.         any of the files.
  149.  
  150.            Installation of the interactive book will begin,
  151.         this may take up to 15 minutes depending on the
  152.         speed of your hard drive.
  153.  
  154.            The needed QuickTime files will be installed in
  155.         @OutDrive:\QTW\BIN.
  156.     
  157.            The new path: @OutDrive:\QTW\BIN will be added to your AUTOEXEC.BAT
  158.         file near the end of this installation. You will have the option
  159.         of stopping the installer and making the change yourself.
  160.         @Pause
  161.     @EndDisplay
  162. @EndIf
  163.  
  164. @DefineDisk
  165.     @Label = "Disk #1"
  166.     @File drive.txt @Out @OutDrive:\\@Player\\drive.txt
  167.     @File fileio.dll @Out @OutDrive:\\@Player\\fileio.dll
  168.     @File lingo.ini @Out @OutDrive:\\@Player\\lingo.ini
  169.     @File vmcd.exe @Out @OutDrive:\\@Player\\vmcd.exe
  170.     @File readme.wri @Out @OutDrive:\\@Player\\readme.wri
  171.     @File qtw.ini @Out @OutDrive:\\@WinDir\\qtw.ini @Group Q
  172.     @BeginLib QTW.001
  173.         @File MCIQTW.DRV @Size 40400 @Out BIN\MCIQTW.DRV @Group Q
  174.         @File MCIQTENU.DLL @Size 3872 @Out BIN\MCIQTENU.DLL @Group Q
  175.         @File QTIMCMGR.DLL @Size 13712 @Out BIN\QTIMCMGR.DLL @Group Q
  176.         @File QCMC.QTC @Size 108400 @Out BIN\QCMC.QTC @Group Q
  177.         @File NAVG.QTC @Size 22912 @Out BIN\NAVG.QTC @Group Q
  178.         @File QTCVID.QTC @Size 181968 @Out BIN\QTCVID.QTC @Group Q
  179.         @File QTIM.DLL @Size 214976 @Out BIN\QTIM.DLL @Group Q
  180.         @File QTRAW.QTC @Size 6992 @Out BIN\QTRAW.QTC @Group Q
  181.         @File QTRLE.QTC @Size 92544 @Out BIN\QTRLE.QTC @Group Q
  182.         @File QTRPZA.QTC @Size 200368 @Out BIN\QTRPZA.QTC @Group Q
  183.         @File QTSMC.QTC @Size 164480 @Out BIN\QTSMC.QTC @Group Q
  184.         @File QTJPEG.QTC @Size 27600 @Out BIN\QTJPEG.QTC @Group Q
  185.         @File QTRT21.QTC @Size 58544 @Out BIN\QTRT21.QTC @Group Q
  186.         @File QTMSVC.QTC @Size 7024 @Out BIN\QTMSVC.QTC @Group Q
  187.         @File QTYVU9.QTC @Size 7376 @Out BIN\QTYVU9.QTC @Group Q
  188.         @File QTNOTIFY.EXE @Size 4080 @Out BIN\QTNOTIFY.EXE @Group Q
  189.         @File PLAYER.EXE @Size 58032 @Out BIN\PLAYER.EXE @Group Q
  190.         @File VIEWER.EXE @Size 45328 @Out BIN\VIEWER.EXE @Group Q
  191.         @File PLAYENU.DLL @Size 16592 @Out BIN\PLAYENU.DLL @Group Q
  192.         @File VIEWENU.DLL @Size 17408 @Out BIN\VIEWENU.DLL @Group Q
  193.         @File QTPIC.VBX @Size 13984 @Out BIN\QTPIC.VBX @Group Q
  194.         @File QTOLE.DLL @Size 72560 @Out BIN\QTOLE.DLL @Group Q
  195.         @File QTHNDLR.DLL @Size 8272 @Out BIN\QTHNDLR.DLL @Group Q
  196.         @File QTVHDW.DLL @Size 15408 @Out BIN\QTVHDW.DLL @Group Q
  197.         @File PLAYENU.HLP @Size 91166 @Out HELP\PLAYENU.HLP @Group Q
  198.         @File QTW.CFG @Size 4042 @Out ..\WINSTALL\BIN\QTW.CFG @Group Q
  199.     @EndLib
  200. @EndDisk
  201. @If (Q [= @Group)
  202.     @SetAutoexec
  203.         @AskOverwrite
  204.         @Path = "@OutDrive:\\@SubDir\\BIN;"
  205.     @EndAutoExec
  206. @EndIf
  207. @Finish
  208.     @Write("@outDrive:\\VMCD\\DRIVE.TXT","wt","@InDrive")
  209.     @Cls
  210.     @ProgramManager ("[CreateGroup(Visionary Media CD ROM)][AddItem(@OutDrive:\\@Player\\vmcd.exe, VM CD ROM)][AddItem(@OutDrive:\\@Player\\readme.wri, Read Me First)]")
  211.     
  212.     Installation is now finished.
  213.  
  214.     For optimum performance of The Amazing Spectacular Ordinary Bottle interactive
  215.     story book, please make sure no other Windows applications are running prior
  216.     to launching the story book. Also, it will be best to have SmartDrive in 
  217.     operation as well as the recommended amount of Windows Virtual Memory. For more
  218.     information on operational precautions, please consult the read me file.
  219.     However, we've designed the story book to run on the broadest possible range
  220.     of computers, so you should experience no trouble at all.
  221.  
  222.     Please restart DOS if you've installed QuickTime for Windows.
  223.  
  224.     (QuickTime is a regestered trademark of Apple Computer, Inc.
  225.      The QuickTime for Windows code is licensed for distribution
  226.      by Visionary Media, Inc.)
  227.  
  228.     Oh, don't forget to have fun!
  229.  
  230.     @Pause
  231. @EndFinish
  232.  
  233. /* end-of-file */